[INFO] fetching crate netmap_sys 0.1.4...
[INFO] fixing netmap_sys-0.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate netmap_sys 0.1.4 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate netmap_sys 0.1.4
[INFO] finished tweaking crates.io crate netmap_sys 0.1.4
[INFO] tweaked toml for crates.io crate netmap_sys 0.1.4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate netmap_sys 0.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `netmap_sys` library target)
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `netmap_sys` (manifest) generated 2 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d
[INFO] running `Command { std: "docker" "start" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `crate_type` is deprecated in favor of `crate-type` and will not work in the 2024 edition
[INFO] [stderr] (in the `netmap_sys` library target)
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `netmap_sys` (manifest) generated 2 warnings
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling netmap_sys v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/netmap.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const NS_PORT_MASK: c_int = (0xff << NS_PORT_SHIFT);
[INFO] [stdout]    |                                 ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 - pub const NS_PORT_MASK: c_int = (0xff << NS_PORT_SHIFT);
[INFO] [stdout] 28 + pub const NS_PORT_MASK: c_int = 0xff << NS_PORT_SHIFT ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/netmap_user.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ((buf as *mut c_char).offset( -((ring as *mut c_char) as isize) )
[INFO] [stdout]    |     ^
[INFO] [stdout] 45 |                          .offset((*ring).buf_ofs as isize) as usize / (*ring).nr_buf_size as usize)
[INFO] [stdout]    |                                                                                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 ~     (buf as *mut c_char).offset( -((ring as *mut c_char) as isize) )
[INFO] [stdout] 45 ~                          .offset((*ring).buf_ofs as isize) as usize / (*ring).nr_buf_size as usize 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/netmap.rs:28:33
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub const NS_PORT_MASK: c_int = (0xff << NS_PORT_SHIFT);
[INFO] [stdout]    |                                 ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 - pub const NS_PORT_MASK: c_int = (0xff << NS_PORT_SHIFT);
[INFO] [stdout] 28 + pub const NS_PORT_MASK: c_int = 0xff << NS_PORT_SHIFT ;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> src/netmap_user.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     ((buf as *mut c_char).offset( -((ring as *mut c_char) as isize) )
[INFO] [stdout]    |     ^
[INFO] [stdout] 45 |                          .offset((*ring).buf_ofs as isize) as usize / (*ring).nr_buf_size as usize)
[INFO] [stdout]    |                                                                                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 ~     (buf as *mut c_char).offset( -((ring as *mut c_char) as isize) )
[INFO] [stdout] 45 ~                          .offset((*ring).buf_ofs as isize) as usize / (*ring).nr_buf_size as usize 
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d", kill_on_drop: false }`
[INFO] [stdout] a8a4c0a84f6b7de91c614f625582d08aa4e6f1da03ff747640e90330cecc604d
